home *** CD-ROM | disk | FTP | other *** search
/ Die Ultimative Software-P…i Collection 1996 & 1997 / Die Ultimative Software-Pakete CD-ROM fur Atari Collection 1996 & 1997.iso / g / gnu_c / incl98.zoo / stab.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-07-10  |  284 b   |  23 lines

  1. #ifndef __GNU_STAB__
  2. #define __GNU_STAB__
  3.  
  4. #ifdef __cplusplus
  5. extern "C" {
  6. #endif
  7.  
  8. #define __define_stab(NAME, CODE, STRING) NAME=CODE,
  9.  
  10. enum __stab_debug_code
  11. {
  12. #include "stab.def"
  13. LAST_UNUSED_STAB_CODE
  14. };
  15.  
  16. #undef __define_stab
  17.  
  18. #ifdef __cplusplus
  19. }
  20. #endif
  21.  
  22. #endif /* __GNU_STAB_ */
  23.